@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoeui.eot');
    src: local("Segoe UI"),
    local("Segoe UI"),
    local("Segoe UI"),
    url('../fonts/segoeui/segoeui.eot') format('embedded-opentype'),
    url('../fonts/segoeui/segoeui.woff') format('woff'),
    url('../fonts/segoeui/segoeui.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/seguisb.eot');
    src: local("Segoe UI"),
    local("Segoe UI"),
    url('../fonts/segoeui/seguisb.eot') format('embedded-opentype'),
    url('../fonts/segoeui/seguisb.woff') format('woff'),
    url('../fonts/segoeui/seguisb.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoeuib.eot');
    src: local("Segoe UI"),
    local("Segoe UI"),
    url('../fonts/segoeui/segoeuib.eot') format('eot'),
    url('../fonts/segoeui/segoeuib.woff') format('woff'),
    url('../fonts/segoeui/segoeuib.svg') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoeuil.eot');
    src: local("Segoe UI"),
    local("Segoe UI"),
    url(../fonts/segoeui/segoeuil.eot') format(' embedded-opentype '),
    url('../fonts/segoeui/segoeuil.woff') format(' woff '),
    url('../fonts/segoeui/segoeuil.svg') format(' svg ');
    font-weight: 300;
    font-style: normal;
}

body {
    font-family: "Segoe UI";
    font-size: 15px;
}

.no-margin {
    margin: 0;
}

.m {
    margin: 16px;
}

.m-xs {
    margin: 4px;
}

.m-sm {
    margin: 8px;
}

.m-md {
    margin: 24px;
}

.m-lg {
    margin: 32px;
}

.m-v-xs {
    margin-top: 4px;
    margin-bottom: 4px;
}

.m-v-sm {
    margin-top: 8px;
    margin-bottom: 8px;
}

.m-v {
    margin-top: 16px;
    margin-bottom: 16px;
}

.m-v-md {
    margin-top: 24px;
    margin-bottom: 24px;
}

.m-v-lg {
    margin-top: 32px;
    margin-bottom: 32px;
}

.m-h-xs {
    margin-right: 4px;
    margin-left: 4px;
}

.m-h-sm {
    margin-right: 8px;
    margin-left: 8px;
}

.m-h {
    margin-right: 16px;
    margin-left: 16px;
}

.m-h-md {
    margin-right: 24px;
    margin-left: 24px;
}

.m-h-lg {
    margin-right: 32px;
    margin-left: 32px;
}

.no-margins {
    margin: 0px;
}

.m-t-0 {
    margin-top: 0px;
}

.m-b-0 {
    margin-bottom: 0px;
}

.m-l-0 {
    margin-left: 0px;
}

.m-r-0 {
    margin-right: 0px;
}

.m-t {
    margin-top: 16px;
}

.m-t-xs {
    margin-top: 4px;
}

.m-t-sm {
    margin-top: 8px;
}

.m-t-md {
    margin-top: 24px;
}

.m-t-lg {
    margin-top: 32px;
}

.m-r {
    margin-right: 16px;
}

.m-r-xs {
    margin-right: 4px;
}

.m-r-sm {
    margin-right: 8px;
}

.m-r-md {
    margin-right: 24px;
}

.m-r-lg {
    margin-right: 32px;
}

.m-b {
    margin-bottom: 16px;
}

.m-b-xs {
    margin-bottom: 4px;
}

.m-b-sm {
    margin-bottom: 8px;
}

.m-b-md {
    margin-bottom: 24px;
}

.m-b-lg {
    margin-bottom: 32px;
}

.m-l {
    margin-left: 16px;
}

.m-l-xs {
    margin-left: 4px;
}

.m-l-sm {
    margin-left: 8px;
}

.m-l-md {
    margin-left: 24px;
}

.m-l-lg {
    margin-left: 32px;
}

.m-n {
    margin: -16px;
}

.m-h-n {
    margin-right: -16px;
    margin-left: -16px;
}

.m-v-n {
    margin-top: -16px;
    margin-bottom: -16px;
}

.m-l-n {
    margin-left: -16px;
}

.m-r-n {
    margin-right: -16px;
}

.m-t-n {
    margin-top: -16px;
}

.m-b-n {
    margin-bottom: -16px;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-h {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.no-padding-v {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-xs {
    padding: 4px;
}

.p-sm {
    padding: 8px;
}

.p {
    padding: 16px;
}

.p-l-none {
    padding-left: 0px;
}

.p-r-none {
    padding-right: 0px;
}

.p-md {
    padding: 24px;
}

.p-lg {
    padding: 32px;
}

.p-h {
    padding-right: 16px;
    padding-left: 16px;
}

.p-h-xs {
    padding-right: 4px;
    padding-left: 4px;
}

.p-h-sm {
    padding-right: 8px;
    padding-left: 8px;
}

.p-h-md {
    padding-right: 24px;
    padding-left: 24px;
}

.p-h-lg {
    padding-right: 32px;
    padding-left: 32px;
}

.p-v {
    padding-top: 16px;
    padding-bottom: 16px;
}

.p-v-xs {
    padding-top: 4px;
    padding-bottom: 4px;
}

.p-v-sm {
    padding-top: 8px;
    padding-bottom: 8px;
}

.p-v-md {
    padding-top: 24px;
    padding-bottom: 24px;
}

.p-v-lg {
    padding-top: 32px;
    padding-bottom: 32px;
}

.no-radius {
    border-radius: 0 !important;
}

.no-r-t {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.no-r-r {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.no-r-b {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.no-r-l {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.r {
    border-radius: 3px;
}

.r-t {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.r-r {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.r-b {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.r-l {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.r-2x {
    border-radius: 6px;
}

.r-3x {
    border-radius: 9px;
}

.font-normal {
    font-weight: normal;
}

.font-thin {
    font-weight: 300;
}

.font-bold {
    font-weight: 700;
}

.text-4x {
    font-size: 4em;
}

.text-3x {
    font-size: 3em;
}

.text-2x {
    font-size: 2em;
}

.text-xl {
    font-size: 32px;
}

.text-lg {
    font-size: 24px;
}

.text-md {
    font-size: 16px;
}

.text-base {
    font-size: 14px;
}

.text-sm {
    font-size: 13px;
}

.text-xs {
    font-size: 12px;
}

.text-xxs {
    font-size: 10px;
}

/***************/
.container-fluid {
    /*max-width: 1470px;*/
}

.school-bar {
    background: #046de2;
    height: 100vh;
    border-top: 5px solid rgb(241, 196, 19);
    /*width: 25%;*/
    position: fixed;
    /*max-width: 337px;*/
    color: #fff;
    z-index: 1;
    top: 0px;
}

.header .logo {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 1;
}

.school-no {
    background: -moz-linear-gradient(left, rgba(255, 204, 0, 0.56) 0%, rgba(255, 204, 0, 1) 25%, rgba(255, 204, 0, 1) 50%, rgba(255, 204, 0, 1) 75%, rgba(255, 204, 0, 0.52) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 204, 0, 0.56) 0%, rgba(255, 204, 0, 1) 25%, rgba(255, 204, 0, 1) 50%, rgba(255, 204, 0, 1) 75%, rgba(255, 204, 0, 0.52) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 204, 0, 0.56) 0%, rgba(255, 204, 0, 1) 25%, rgba(255, 204, 0, 1) 50%, rgba(255, 204, 0, 1) 75%, rgba(255, 204, 0, 0.52) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fffcc00', endColorstr='#85ffcc00', GradientType=1); /* IE6-9 */
    color: #302930;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
}

.school-affilation {
    color: #fff;
}

.logo-name {
    text-shadow: 3px 0px 0px rgba(34, 34, 34, 0.25);
    text-transform: uppercase;
}
.school-bar h1,
.school-bar h2,
.logo  h1,
.logo  h2,
.logo  h3{
    margin: 0px;
}

.logo a,
.logo a:hover {
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
}

.logo img {
    display: block;
    max-width: 90px;
    margin: 0 auto;
    max-height: 90px;
}

.js-scroll-wrapper .js-scroll-rail,
.js-scroll-wrapper .js-scroll-bar {
    width: 5px !important;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.js-scroll-wrapper:hover .js-scroll-rail,
.js-scroll-wrapper:hover .js-scroll-bar {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.side-bg,
.menu-list {
    background: url(../images/menu-bg.png);
}

.menu-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-list ul li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.menu-list ul li:hover {
    background: #076ee1
}

.menu-list ul li a {
    color: #fff;
    display: block;
    text-decoration: none;
}

.menu-list ul li a h2 {
    font-weight: 400;
    font-size: 25px;
    margin: 0px;

}

.menu-list ul li a {
    font-size: 12px;
}

.menu-list ul li a i {
    position: absolute;
    top: 40%;
    right: 0px;

}

.video-box {
    cursor: pointer;
    position: relative;
    max-width: 100%;
    height: 190px;
    overflow: hidden;
    opacity: 0.8;
}

.video-box:hover {
    opacity: 1;
}

.video-box a,
.video-box a:hover {
    text-decoration: none;
    display: block;
}

.video-box a .video-title {
    z-index: 1;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    position: relative;
}

.video-box i {
    padding-right: 10px;
    vertical-align: inherit;
    position: absolute;
    z-index: 1;
    color: #fff;
    right: 0;
    bottom: 15px;
    font-size: 48px;
}

.video-box a p:first-child {
    font-size: 12px;
    color: #fff;
    position: relative;
    margin-top: 15px;
    z-index: 1;
}

.video-box img {
    object-fit: cover;
    max-width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.pum-container:before {

    content: '';
    background-color: rgba(9, 6, 7, 0.37);
    width: 100%;
    position: fixed;
    height: 100vh;
    top: 0;
    z-index: 1;
    left: 1px;
}

.popmake-content {
    background: #fff;
    padding: 15px;
}

.popmake-content iframe {
    width: 100%;
    max-height: 450px;
}

.popmake-close {
    position: fixed !important;
    top: 15px !important;
    right: 30px !important;
    color: #fff !important;
    background: #120606 !important;
    padding: 11px 19px !important;
    font-size: 27px !important;
}

.popmake-title {
    display: none;
}

.footer .textwidget {
    margin-top: 8px;
    font-size: 15px;
}

.footer .textwidget p {
    margin-bottom: 0px;
}

.footer .social-media .widget-title {
    width: 50%;
    font-size: 19px;
    display: inline-block;
    font-weight: normal;
    line-height: 30px;
    vertical-align: middle
}

.footer .social-media ul {
    width: 48%;
    display: inline-block;
    float: right;
}

.footer .social-media ul.cnss-social-icon li a,
.footer .social-media ul.cnss-social-icon li a:hover {
    background: none !important;
    padding: 0 !important;
    width: 32px !important;
    height: 32px !important;
}

.footer .copyright {
    font-size: 12px;
    color: #fff;
    background: #1763b9;
}

.footer .copyright .macwill {
    font-size: 12px;
    color: #fff;
    opacity: 0.8
}

.footer .copyright .macwill:hover {
    opacity: 1
}

footer.entry-footer {
    display: none;
}

.amazingslider-text-1 {
    background: #222;
    border-right: 5px solid #fff;
    display: inline-block
}

.menu-toggle,
.menu-toggle:hover {
    position: absolute;
    z-index: 1;
    background: #222;
    right: 5%;
    color: #fff !important;
    padding: 10px 15px;
    text-decoration: none !important;
    text-transform: uppercase;
}

.top-menu-outter {
    height: 0px;
    background: #222;
}

.top-menu-outter.open {
    height: 215px;
    z-index: 2;
    width: 100%;
    position: relative;
    border-bottom: 6px solid #f2c511;
}

ul.top-menu {
    list-style: none;
}

ul.top-menu li {
    width: 30%;
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

ul.top-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
}

ul.top-menu > li.menu-item-has-children > a:after {
    content: "\f0d7";
    font-family: FontAwesome;
    margin-left: 2px;
    color: #f2c511;
}

ul.top-menu li ul.sub-menu {
    display: none;

}

ul.top-menu li:hover ul.sub-menu {
    display: block;
    position: absolute;
    background: #046de2;
    z-index: 1;
    text-align: left;
    border-radius: 3px;
    margin: 0;
    padding: 0px;
    box-shadow: 0px 0px 0px #ffffff;
}

ul.top-menu li:hover ul.sub-menu li {
    display: block;
    width: 100%;
}

ul.top-menu li:hover ul.sub-menu li a {
    color: #fff;
    padding: 5px 15px;
}

.contact-detail ul {
    list-style: none;
}

.contact-detail ul li {
    position: relative;
    line-height: 20px;
}

.contact-detail ul li .iconlist-title {
    color: #fff;
}

.contact-detail ul li .iconlist-icon {
    position: absolute;
    color: #f2c511;
    top: 5px;
    margin-left: -25px;

}

.contact-detail ul li a,
.contact-detail ul li a .iconlist-title {
    color: #f2c511;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.contact-detail ul li:last-child {
    margin-top: 15px;
}

.school-content {
    /*margin-left: 337px;*/
    margin-left: 25%;
    position: relative;
}

.home .school-content {
    padding: 0;
    margin-bottom: 0px;
}

.home .entry-header {
    display: none;
}

.school-content {
    padding: 0px;
    margin-bottom: 50px;
}

.school-content .entry-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
}

.breadcrumb-container {
    font-size: 13px !important;
    color: #fff !important
}

.breadcrumb-container ul {
    list-style: none !important;
    margin: 0px !important;
    padding: 0px !important;
}

.breadcrumb-container ul li {
    display: inline-block !important;
    margin: 0px !important;
}

.breadcrumb-container ul li a {
    padding: 0 !important;
    margin-right: 20px !important;
    text-transform: inherit;
    color: #fff !important
}

.breadcrumb-container ul li a:after {
    content: '-' !important;
    display: inline-block;
    position: relative !important;
    color: #fff !important;
    right: -12px !important;
    top: 0px !important;
    border: 0 !important;
    width: auto !important;
}

.breadcrumb-container ul li:last-child a:after {
    display: none;
}

.entry-header {
    background: #116bd0;
    color: #fff;
    padding: 26px;
    border-bottom: 5px solid #f1c413;

}
.home .entry-content{
    padding: 0px;
}
.entry-content{
    padding: 20px;
}
.contact-forms .form-control{
    border-radius: 0px;
}


.contact-forms textarea.form-control{
    height: 100px;
}

.contact-forms .wpcf7-submit{
    background: #046de2;
    border-color: #046de2;
}



.news_post {
    background: #fff;
    padding: 5px 15px 15px 15px;
    border: 1px dotted #f5f5f5;
    margin-bottom: 15px;
}

.news_post .entry-title a {
    font-size: 23px;
    text-decoration: none;
    color: #222;
}

.news_post .entry-title a:hover {
    text-decoration: none;
    color: #222;
}

.news_post .news-dateoutter {
    padding: 8px 0px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 5px;
}

.news_post .blog-cat a {
    color: #222;
    text-decoration: none;
    border-right: 1px solid #f2f2f2;
    padding-right: 10px;
    text-transform: capitalize;
    margin-right: 10px;
}

.btn-info{
    background: #046de2;
    border-color: #046de2;
}
.btn-info:hover{
    background: #277ee0;
    border-color: #277ee0;
}

.navigation{
padding:0 20px;
}

.navigation ul{
     list-style: none;
     margin: 0;
     padding: 0;
}

.navigation ul li{

    display:inline-block;

}
.navigation ul li a{
    padding: 5px 10px;
    background: rgba(4, 109, 226, 0.73);
    color: #fff;
    border-radius: 3px;
}

.navigation ul li.active a{

    background: #046de2;
}

.comments-area,
.post-navigation
{
    display:none;
}


.rev_slider_wrapper,
.rev_slider_wrapper .tp-revslider-mainul,
.rev_slider_wrapper .rev_slider ,
.rev_slider_wrapper .slotholder,
.rev_slider_wrapper .slotholder .tp-bgimg,
.rev_slider_wrapper     .tp-revslider-slidesli
{

    height: 100vh !important;

}